/*自定义样式 by Erain @2018-02-11*/


/*************************/
/********** 全局 **********/
/*************************/


body {
  font-family: 'Pingfang SC','Microsoft Yahei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-smoothing: antialiased;/*字体反锯齿*/
  -webkit-font-smoothing: antialiased; /*针对谷歌浏览器字体反锯齿*/
  -moz-osx-font-smoothing: grayscale; /*针对火狐的字体反锯齿*/
}

.bdshare_popup_box{display:none !important;}
.bdshare_dialog_box{left:auto !important;right:5% !important;}

/* 浮动清除 */

.clear{
  clear: both;
}

/* 文字样式 */

a:hover, a:focus{
  color:#49BBBC;
  text-decoration: none;
}

/* 布局框架 */

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

/* 返回顶部按钮 */

.scrollToTop{
  background: #49BBBC;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 20px;
  bottom:70px;
  z-index: 1006;
}
.scrollToTop i{
  line-height: 40px;
}

/*下拉菜单按钮图标*/

.dropdown .dropdown > a:before {
	content: "\f1b9";
}

/* 弹出浮层样式 */

.popover {
  border: none;
}
.popover-title {
  padding: 5px;
  margin: 0;
  font-size: 14px;
  background-color: #49BBBC;
  color:#fff !important;
  border:none;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.popover-content {
  padding: 5px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #fff;
  border-top-color: #fff;
  border-bottom-width: 0;
}


/*************************/
/********** 头部 **********/
/*************************/

.header{
  border-bottom: none;
  z-index:1007;
}
/*LOGO*/
.header .logo a img{
  max-height: 48px;
  /* margin-top:6px; */
}
.fixed-header-on .header .fixed .logo a img{
  margin-top:0;
}
.fixed-header-on .header .logo{
  display:block;
}
.logo-normal{
  display: none;
  margin-top:5px !important;
}
.fadeInDown .logo-normal{
  margin-top: 0 !important;
}
.logo-white img{
  margin-top:5px !important;
}
.fixed-header-on .logo-white{
  display: none;
}
.fixed-header-on .logo-normal{
  display: block;
}

/*导航*/

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  border-color:#49BBBC;
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
  background-color: #49BBBC;
}
.navbar-default .navbar-collapse{
  border: none;
  margin-top: 10px;
}
.navbar-default .navbar-nav > li > a{
  font-weight: 400;
  color: #555555;
  border: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:active {
  color:#49BBBC !important;
  background: none;
  box-shadow: none;
  border:none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
  color:#49BBBC !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #fff!important;
  border:none !important;
  color:#49BBBC !important;
}
.navbar-default .navbar-nav > li > a:before{
  content: '\f0d7';/*fa fa-caret-down */
  color:#ccc;
  font-size: 12px;
  top:16px;
  right:8px;
}
.navbar-default .navbar-nav > .dropdown.open > a:before{
  content:'\f0d8'; /*fa fa-caret-up*/
  color:#49BBBC !important;
}
.header.transparent:not(.dark) .navbar-nav > li:not(.active) > a{
  color:#fff;
}
.transparent.header:not(.dark) .dropdown > a::before{
  color: #fff;
}
.fixed-header-on .header.transparent:not(.dark) .navbar-nav > li:not(.active) > a{
  color:#333;
}
.fixed-header-on .transparent.header:not(.dark) .dropdown > a::before{
  color:#333;
}

/*导航下拉菜单*/

.navbar-default .navbar-nav > li > a{
  bottom:0;
}

/*大下拉菜单Padding*/

.mega-menu .dropdown-menu{
  padding:0;
  top:85%;
}

/*下拉菜单中链接hover颜色*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus{
  color:#49BBBC;
  background: none;
  border: none;
}
.dropdown-menu > li > a > span{
  display: none;
}

/*下拉菜单的基本样式，如果不加.header.transparent:not(.dark) 首页显示有问题*/

.header.transparent:not(.dark) .dropdown-menu, .dropdown-menu{
  background: #fff;
  border:none;
  border-top: 3px solid #49BBBC !important;
  box-shadow:0 10px 15px rgba(0,0,0,.1);
  -webkit-box-shadow:0 10px 15px rgba(0,0,0,.1);
}
.dropdown-menu li:first-child{
  margin-top: 10px;
}
.dropdown-menu li:last-child{
  margin-bottom: 10px;
}
.mega-menu .dropdown-menu>li{
  margin: 0;
}
.header.transparent:not(.dark) .dropdown-menu >li > a, .dropdown-menu > li > a{
  font-size: 14px;
  line-height:18px;
  padding:10px 20px;
  border-bottom:none;
}
.header.transparent:not(.dark) .mega-menu .menu >li >a, .dropdown-menu > li > a {
  /* font-size: 14px;
  line-height:18px; */
  border-bottom:none;
}
.header.transparent:not(.dark) .dropdown-menu > li > a:hover,
.header.transparent:not(.dark) .dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.header.transparent:not(.dark) .dropdown-menu > .active > a,
.header.transparent:not(.dark) .dropdown-menu > .active > a:hover,
.header.transparent:not(.dark) .dropdown-menu > .active > a:focus,
.header.transparent:not(.dark) .dropdown-menu .menu > .active > a,
.header.transparent:not(.dark) .dropdown-menu .menu > .active > a:hover,
.header.transparent:not(.dark) .dropdown-menu .menu > .active > a:focus, {
  color:#49BBBC !important;
}
.header.transparent:not(.dark) .mega-menu .menu > li > a:hover,
.header.transparent:not(.dark) .mega-menu .menu > li > a:focus{
  color:#49BBBC!important;
}
.mega-menu .menu > li > a{
  padding:10px 20px;
  border-bottom:none;
  font-size: 14px;
  line-height: 18px;
}
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus
{
  color:#49BBBC;
}
.mega-menu .menu > li > a > span{
  display: none;
}
.mega-menu .navlist{
  margin: none;
}
.mega-menu .prdserv{
  width: 100%;
}
.header.transparent:not(.dark) .mega-menu .menu > li > a, .dropdown-menu > li > a{
  font-size:14px;
  line-height: 18px;
  padding:10px 20px;
}
.menulist .menu .subtitle{
  font-weight: bold;
  color:#333;
  font-size: 14px;
  line-height: 18px;
  padding:10px 20px;
  margin-top: 10px;
}

/***************************/
/********** 焦点图 **********/
/***************************/


.banner{
  border-bottom: 0px;
}
.banner .banner-title{
  /* font-size: 60px!important; */
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  /* margin-left: 60px; */
}
.banner .banner-subtitle{
  font-size: 32px!important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  /* margin-left: 60px; */
  font-weight: normal;
}
.banner .banner-cta{
  font-size: 16px!important;
  font-weight: 700;
  padding:15px 30px;
  min-width: 100px;
  background: #49BBBC;
  border-radius: 100px;
  /* margin-left: 60px; */
  border: none!important;
  text-shadow: 0 1px 0 #42BABB;
}
.banner .banner-cta:hover{
  background: #45C4C5;
  box-shadow: 0 5px 15px rgba(60,147,147,.3);
}
.banner-hint{
  position:absolute;
  bottom:30px;
  z-index:999;
  width:100%;
}
.banner-hint span{
  width: 32px;
  margin: 0 auto;
  display: block;
  border: 1px solid rgba(255,255,255,.6);
  text-align: center;
  border-radius: 16px;
}

.banner-hint span img{
  width: 8px;
  line-height: 20px;
  margin: 15px auto;
  opacity: .7;

}
.dark-translucent-bg::after{
  background: #none !important;
}



/******************************/
/********** 内容块 **********/
/******************************/

.block{
  background: #fff;
  padding-top:60px;
  padding-bottom:60px;
  box-shadow: 0 0 0 #fff!important;
}

/********** 优势 **********/
.advantage{
  background-color: #49BBBC;
  padding: 10px 0;
  margin-top:-60px;
  margin-bottom: 40px;
}
.advantage .advantage-info{
  text-align: center;
  color: #fff;
}
.advantage .advantage-info img{
  width: 36px;
  height: 36px;
  display: inline;
}
.block .blocktitle{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
  position: relative;
}
.block .separator-2{
   width: 30px;
   height: 4px;
   background: #47B9B5;
   margin: 10px 0;
}
.block .blocktitle, .block .separator-2{
  margin-left: 15px;
}

.block a.btnBack{
  display: inline-block;
  position: absolute;
  right: 15px;
  top:-40px;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #49BBBC;
  color: #49BBBC;
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
}
.block a.btnBack:hover{
  color:#49BBBC;
  border-color: #49BBBC;
  background: #fff;
}
/* 新闻 */
.newsblock{
  margin:20px 15px;
}

.newsblock div{
  padding: 0;
}
.newsblock a.btnmore{
  position: absolute;
  margin-top: 20px;
  right: 15px;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #49BBBC;
  color: #49BBBC;
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
}
.newsblock a.btnmore:hover{
  border-color: #49BBBC;
  color: #49BBBC;
}
.newsblock .newswithimg{
  position: relative;
}
.newsblock .newswithimg .postinfo{
  background: rgba(73,187,188,.8);
  position: absolute;
  bottom:0px;
  padding:10px 20px;
  width:100%;
}
.newsblock .newswithimg .postinfo h4 a{
  color:#fff;
}
.newsblock img{
  border-radius: 3px;
}
.newsblock a:hover{
  color:#49bbbc;
  text-decoration: none;

}
.newsblock ul{
  margin: 20px 0 0 0;
  padding: 0;
}
.newsblock li {
  /* margin: 15px 0 0 0; */
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.newsblock li:first-child{
  border-top:1px solid #ddd;
}
.newsblock li:last-child{
  border-bottom: none;
}
.newsblock li h4{
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
}
.newsblock p{
  margin-bottom: 5px;
}
.newsblock p.date{
  font-size: 12px;
}
.newsblock .summary{
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

/* 服务 */
.serviceItem{
  background: #fff;
}
.serviceItem .serviceItemContent{
  padding:15px 15px 20px 15px;
  background: #fff;
  border:1px solid #fff;
  border-radius: 6px;
  transition: all 200ms;
}

.serviceItem .serviceItemContent h4{
  font-size: 18px;
  font-weight: normal;
  transition: all 200ms;
}
.serviceItem .serviceItemContent .cta{
font-size: 12px;
line-height: 20px;
background: #fff;
border:1px solid #49BBBC;
color:#49BBBC;
padding:8px 20px;
border-radius: 100px;
text-decoration: none;
}
.serviceItem .serviceItemContent p{
  font-size: 13px;
  line-height: 18px;
  color:#999;
}
.serviceItem .serviceItemContent:hover .cta{
  color:#49BBBC;
  border-color: #49BBBC;
  background: #fff;
  /* text-decoration: none; */
}
.serviceItem:hover .serviceItemContent{
  /* padding:15px 15px 20px 15px; */
  background-color: #fafafa;
  border-color: #f2f2f2;
  transition: all 200ms;
}
.serviceItem:hover .serviceItemContent h4{
  color:#47B9B5;
  transition: all 200ms;
}
.serviceItem:hover .serviceItemContent p{
  color:#666;
}


/*************************/
/********** article/banner **********/
/*************************/
.default-translucent-bg::after{
  background: none;
}
.articleBanner .fixed-image{
  background-size:cover  !important;
  height: 240px;
}
.articleBanner .space-top{
  padding-top: 50px;
}
.page-intro{
  box-shadow:none;
  border:none;
}
.articleBanner h1{
  font-size: 28px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
  text-shadow: 0 0 5px rgba(0,0,0,.3);
}
.articleBanner p{
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}
#headerecharts{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}
#headerecharts .BMap_cpyCtrl {
    display: none;
}

#headerecharts .anchorBL {
    display: none;
}
/* 侧栏导航 */
.submenu{
  position: static;
  display: block;
}
.submenu ul{
padding-left:0px;
padding-bottom:20px;
margin-bottom: 30px;
margin-left:15px;
margin-right:15px;
margin-top: 15px;
}
.submenu ul.fixed{
  position: inherit;
}
.submenu .submenuList  li{
  list-style: none;
  margin-bottom: 10px;
}
.submenu .submenuList  li.subtitle{
  padding:10px 15px;
  font-weight: bold;
  color:#333;
}
.submenu .submenuList  li.current a{
  background: #49BBBC;
  color: #fff;
  border-radius: 20px;
}
.submenu .submenuList li a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 25px 0 15px;
  color:#444;
  text-decoration: none;
  position: relative;
  height: 36px;
  overflow: hidden;
  text-overflow:ellipsis;
}
.submenu .submenuList li a span{
  position: absolute;
  right: 15px;
  top:11px;
}
.submenu .submenuList li:not(.current) a span{
  color:#ddd;
}
.submenu .submenuList li:not(.current) a:hover, .submenu .submenuList li:not(.current) a:hover span{
  color:#49BBBC;
}
.submenu .submenuList .sublisttitle{
  padding: 10px 15px;
  color:#444;
  font-weight: bold;
  font-size:16px;
}

/* 文章 */
.articleContent{
  padding-top: 10px;
}
.articleContent .wrapper{
  text-align: justify;
}
.articleContent ul{
  padding-left: 0;
}
.articleContent li{
  list-style: none;
  line-height: 24px;
}
.articleContent li::before{
  content:'•';
  color:#49BBBC;
  margin-right: 10px;
}
.articleContent h4{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  color:#333;
}
.articleContent h4.post_title{
  margin-bottom: 10px;
}

.articleContent span.post_date{
  display: inline-block;
  margin-bottom: 30px;
}

.articleContent p{
  font-size: 14px;
  line-height: 24px;
}
.articleContent p.articleContentTitle{
  font-size: 18px;
  font-weight: 500;
  color: #444;
  padding-left: 17px;
  border-left: 5px solid #49BBBC;
  margin-top:20px;
  line-height: 20px;
}
.articleContent p.imgbox{
  width: 500px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.articleContent .recruitchannel img{
  height: 60px;
  display: inline;
}

/* echarts市场覆盖 */
.articleContent #chars{
  height: 430px;
  width: 100%;
}
/* 文章列表 */
.articleList .wrapper{
    min-height: 600px;
    text-align: justify;
  }
.articleList ul{
  padding-left: 0;
}
.articleList li{
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  transition: all 200ms;
}
.articleList li:hover{
  border-bottom-color: #49BBBC;
  transition: all 200ms;
}
.articleList li h4{
  font-weight: 500;
  transition: all 200ms;
  font-size: 18px;
}
.articleList li h4 a:hover{
  text-decoration: none;
}
.articleList li:hover h4 a{
  color:#49BBBC;
  transition: all 200ms;
}
.articleList p.date{
  font-size: 12px;
  margin-bottom:10px;
}
.articleList .paging{
  text-align: right;
}
.articleList .paging a{
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #49BBBC;
  color: #49BBBC;
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
}
.articleList .paging a:hover{
  border-color: #49BBBC;
  color: #49BBBC;
}
/* 时间线 */
.timelineList h4{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #333;
}
.timelineList ul{
  padding: 0;
}
.timelineList ul li{
  font-size: 14px;
  list-style: none;
}
.timelineList ul li .date{
  width: 70px;
  float: left;
  color: #49BBBC;
  font-weight: bold;
  font-family: helvetica,Arial;
  padding-top:20px;
}
.timelineList ul li .timelinecontent{
  margin-left: 90px;
  border-left:1px solid #eee;
  padding-left: 20px;
  padding-top:10px;
  padding-bottom:10px;
  position: relative;
}
.timelineList ul li .timelinecontent img{
  width:240px;
  border-radius: 3px;
  margin-top:10px;
  display: inline-block;
}
.timelineList ul li .timelinecontent span{
  display: block;
  background: #49BBBC;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -5px;
  top:24px;
  border-radius: 5px;
  border: 2px solid #eee;
}
.timelineList ul li:hover .timelinecontent span{
  border-color: #49BBBC;
}
.timelineList ul li .timelinecontent p{
  margin-bottom:0;
}
.timelineList ul li .timelinecontent h5{
  font-size: 14px;
  font-weight: bold;
  color:#333;
  margin-top:none;
  margin-bottom: 4px;
}
/*************************/
/********** 页脚 **********/
/*************************/


.footer{
  background: #F7F7F7;
  border:none;
  padding: 40px 0 60px 0;
}
.footer .blocktitle{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
  color:#444;
}
.footer .separator-2{
   width: 30px;
   height: 4px;
   background: #47B9B5;
   margin: 10px 0 20px 0;
}
.footer .ourLinks a{
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  padding: 5px 7px;
  margin: 0 10px 10px 0;
  color:#666;
  text-decoration: none;
}
.footer .ourLinks a:hover{
  background: #49BBBC;
  color: #fff;
}
.footer ul{
  padding: 0;
}
.footer ul li{
  list-style: none;
  font-size: 14px;
  font-weight: normal;
  color:#666;
  line-height: 20px;
}
.footer .sns{
  margin-bottom: 10px;
}
.footer .sns .snsitem{
  display: inline-block;
  background: #49BBBC;
  width:36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-radius: 18px;
  font-size: 18px;
  text-decoration:  none;
  margin-right: 10px;
}
.subfooter{
  text-align: center;
  min-height: 50px;
  background: #49BBBC;
  color:#fff;
  line-height: 20px;
  padding:15px;
}
.subfooter a{
  color:#BBE5E6;
  text-decoration: underline;
}

@media (max-width:640px){
  .articleContent p.imgbox{width:100%;}
  .advantage .col-xs-3{width: 50%;}
  .ourServices .col-xs-6{width:100%;}
  .articleContent #chars{
    width:100%;
    height:420px !important;
  }
  @media (max-width:480px){
    .articleContent #chars{
      width:100%;
      height:340px !important;
    }
  }
  .banner .banner-cta{
    font-size: 14px !important;
    padding:10px 20px;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (max-width:767px){
  .logo-white{
    display: none;
  }
  .logo-normal{
    display: block;
  }
  .navbar.navbar-default{
    border:none;
    background: none;
  }
  .logoarea{
    position: absolute;
    z-index: 1000;
  }
  .transparent.header:not(.dark) .dropdown > a::before{
    color:#666;
  }
  .header .navbar-nav > li:not(.active) >a, .header.transparent:not(.dark) .navbar-nav > li:not(.active) > a{
    font-size: 16px;
    /* border-bottom: 1px solid #e9e9e9;*/
    color: #666 !important;
  }
  .navbar-default .navbar-nav > li > a::before{
    right:20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header{
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .block{padding-top: 50px;}
  .submenu ul.fixed{
    position:inherit;
  }

  .serviceItem .serviceItemContent p{
    height: 36px;
    overflow: hidden;
  }

  .articleContent #chars{
    height: 550px;
    width: 100%;
  }
  #headerecharts{
    display: none !important;
  }
  .block a.btnBack {
    top: -30px;
  }
  .tp-bgimg{
    /* background: url('../videos/video-poster2.jpg') top center !important;
    opacity: 1 !important;
    visibility: inherit !important; */
  }
}

@media (min-width:768px) {

  .logo-white{
    display: block;
  }
  .navbar-default .navbar-collapse{
    margin-top:0;
  }
  .menulist{margin-top:20px; }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .timelineList ul li .date {
    width: 100px;
  }
  .timelineList ul li .timelinecontent {
    margin-left: 120px;
    padding-left: 30px;
  }
  .timelineList ul li .timelinecontent img{
    width:150px;
  }
  .newsblock ul{
    margin: 0 15px;
    padding: 0;
  }
  .newsblock li {
    margin: 0 0 15px 30px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .newsblock li:first-child{
    border-top:none;
  }
  .newsblock .newswithimg .postinfo{
    background: none;
    position:inherit;
    /* bottom:0px; */
    padding: 0;
  }
  .newsblock .newswithimg .postinfo h4 a{
    color:#444;
  }

  .serviceItem .serviceItemContent .cta{
    border:1px solid #fff;
    color:#333;
  }
  .articleList .paging a, .newsblock a.btnmore{
    border-color: #fff;
    color: #333;
  }
  #mainContent{
    display:none;
  }
  .hidbanner{
    background:#fff !important;
  }
  .block a.btnBack{
    border-color:#fff;
    color: #333;
    right:-5px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .main-navigation .navbar-nav{
    float:right !important;
  }
  .menulist{margin-top:0; }
  .submenu ul.fixed{
    position:fixed;
    top:30px;
    padding-right: 0;
    min-width:210px;
  }
  .articleContent #chars{
    height: 400px;
    width: 100%;
  }
  .articleContent .wrapper {
    padding: 0 0 0 30px;
    min-height: 600px;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) {

  .articleContent .wrapper{
    padding: 0 0 0 60px;
    min-height: 600px;
    }

    .submenu ul.fixed{
      position:fixed;
      top:30px;
      padding-right: 0;
      min-width:205px;
    }

	.submenu ul.bottom{
      position:absolute;
      bottom: -20px;
      padding-right: 0;
      min-width:255px;
    }

    .submenu ul{
      border-bottom: none;
    }
    .block a.btnBack{
    }
    .articleContent{
      padding-top: 0;
    }

    .articleList .wrapper{
      padding:0 60px;
    }
    .articleList .paging a, .newsblock a.btnmore{
      border-color: #fff;
      color: #333;
    }
    .articleContent #chars{
      height: 600px;
      width: 100%;
    }

  }


@media (min-width:992px) and (max-width:1199px) {
  .menulist{margin-top:0; }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .submenu ul.fixed{
    position:fixed;
    top:30px;
    padding-right: 0;
    min-width:255px;
  }
    .articleContent #chars{
	  width:100%;
	  height:700px;
  }
}


.slider-banner-fullscreen-alt-nav ul,
.slider-banner-fullscreen-alt-nav li
{
  padding:0;
  margin:0;
  list-style: none;
  list-style-position: outside;
}
